Array Sample
Sample member from an array to create smaller one.
Node Data | |
---|---|
Values | |
Display name | |
Array Sample | |
Internal name | |
Node_Array_Sample | |
Inheritances | |
node | |
node_array_sample | |
Inputs | |
node_array_sample | |
float |
Array |
float |
Step |
enum |
Mode |
int |
Shift |
seed |
Self |
int |
Amount |
Outputs | |
node_array_sample | |
float |
Array |
Create a new array be selecting elements from an existing array at specific intervals.
Properties
Array
Array to sample from
Step
Interval between samples. Setting this to 1 will return every element, setting it to 2 will return every other element, etc.